From ecc5abfe3b6dc8be9abbc9b9f9b985d19be20d29 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 27 Aug 2015 16:25:46 +0200 Subject: [PATCH] Adwaita, HighContrast: day names in GtkCalendar Ideally I'd like to mimic the treeview column-header style, but font-weight: bold; doesn't seem to work. Making them plain for now. https://bugzilla.gnome.org/show_bug.cgi?id=753357 --- gtk/theme/Adwaita/_common.scss | 2 +- gtk/theme/HighContrast/_common.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 3af66ec271..32c47e6402 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -2736,8 +2736,8 @@ GtkCalendar { &:inconsistent, &:inconsistent:backdrop { color: gtkalpha(currentColor, 0.55); } &.highlight, &.highlight:backdrop { + font-size: smaller; color: $fg_color; - background: $borders_color; } diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss index c5a6710039..48e0bef561 100644 --- a/gtk/theme/HighContrast/_common.scss +++ b/gtk/theme/HighContrast/_common.scss @@ -2045,8 +2045,8 @@ GtkCalendar { } } - &:inconsistent, &:inconsistent:backdrop, - &.highlight, &.highlight:backdrop { color: gtkalpha(currentColor, 0.55); } + &:inconsistent, &:inconsistent:backdrop { color: gtkalpha(currentColor, 0.55); } + &.highlight, &.highlight:backdrop { color: $fg_color; } } /*********** -- 2.30.2